blob: 5784218d06096c65b079b5a915251a795918a65a [file] [log] [blame]
{
"name": "CocoaPath",
"version": "0.1.0",
"summary": "XPath like solution to fetch objects from nested containers with simple wildcard or regexp based syntax",
"description": "XPath like solution to fetch objects from nested containers with simple wildcard or regexp based syntax.",
"homepage": "https://github.com/lazarev/CocoaPath",
"license": "MIT",
"authors": {
"Андрей Лазарев": "andrej.lazarev@gmail.com"
},
"source": {
"git": "https://github.com/lazarev/CocoaPath.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"CocoaPath": [
"Pod/Assets/*.png"
]
}
}