[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 1 / b / OCGXPathDictionary / 0.0.1 / OCGXPathDictionary.podspec.json
blobb98fac8b8e121b3b69a66e3ebc02a86c4eaccf3e
2   "name": "OCGXPathDictionary",
3   "version": "0.0.1",
4   "summary": "A simple XPath like structure to query through NSDictionary",
5   "description": "A simple XPath like structure to quert through NSDictionary in Objective-C.",
6   "homepage": "https://github.com/ocgungor/OCGXPathDictionary",
7   "license": {
8     "type": "Apache",
9     "file": "LICENSE"
10   },
11   "authors": "Oguzhan Gungor",
12   "source": {
13     "git": "https://github.com/ocgungor/OCGXPathDictionary.git",
14     "tag": "0.0.1"
15   },
16   "source_files": [
17     "Classes",
18     "OCGXPathDictionary/Classes/**/*.{h,m}"
19   ],
20   "requires_arc": true,
21   "platforms": {
22     "osx": null,
23     "ios": null,
24     "tvos": null,
25     "watchos": null
26   }