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