spec/mocks/whitelist.json in cocoapods-whitelist-0.0.10 vs spec/mocks/whitelist.json in cocoapods-whitelist-0.0.11
- old
+ new
@@ -1,19 +1,26 @@
{
"whitelist": [
{
"name": "MeliSDK",
"version": "^~>5.[0-9]+$"
- }, {
+ },
+ {
"name": "MLRecommendations",
"version": null
- }, {
- "name": "MLBilling",
- "version": null,
- "expire" : "2100-11-15"
- }, {
- "name": "MLOnDemandResources",
- "version": "^~>5.[0-9]+$",
- "expire" : "2016-11-15"
+ },
+ {
+ "expire": "2100-11-15",
+ "name": "MLBilling",
+ "version": null
+ },
+ {
+ "expire": "2016-11-15",
+ "name": "MLOnDemandResources",
+ "version": "^~>5.[0-9]+$"
+ },
+ {
+ "name": "MLMyDependency",
+ "version": "1.0.0|2.0.0"
}
]
}