blob: 0a25c4c4406ab07fd9ba2cc75fd79dfb25725b4f [file] [log] [blame]
{
"name": "RTPredicateBuilder",
"version": "1.0.0",
"summary": "Creating NSPredicates in a convenient way.",
"description": "A library that simplifies creating of NSPredicate.",
"homepage": "https://bitbucket.org/rentateam/rtpredicatebuilder",
"license": "MIT",
"authors": {
"a-25": "a-25@rentateam.ru"
},
"source": {
"git": "https://bitbucket.org/rentateam/rtpredicatebuilder.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"RTPredicateBuilder": [
"Pod/Assets/*.png"
]
}
}