[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / a / b / c / CocoaPath / 0.1.0 / CocoaPath.podspec.json
blob5784218d06096c65b079b5a915251a795918a65a
2   "name": "CocoaPath",
3   "version": "0.1.0",
4   "summary": "XPath like solution to fetch objects from nested containers with simple wildcard or regexp based syntax",
5   "description": "XPath like solution to fetch objects from nested containers with simple wildcard or regexp based syntax.",
6   "homepage": "https://github.com/lazarev/CocoaPath",
7   "license": "MIT",
8   "authors": {
9     "Андрей Лазарев": "andrej.lazarev@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/lazarev/CocoaPath.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "CocoaPath": [
22       "Pod/Assets/*.png"
23     ]
24   }