[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 5 / 3 / PrestoData / 0.2.1 / PrestoData.podspec.json
blob94db990f7f344569144603dcf45af75baed04594
2   "name": "PrestoData",
3   "version": "0.2.1",
4   "summary": "A utility for parsing, searching and modifying JSON and XML data",
5   "homepage": "https://github.com/daniel-hall/PrestoData",
6   "license": "MIT",
7   "authors": {
8     "Dan Hall": "dan@danhall.io"
9   },
10   "source": {
11     "git": "https://github.com/daniel-hall/PrestoData.git",
12     "tag": "0.2.1"
13   },
14   "social_media_url": "https://twitter.com/_danielhall",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "PrestoData/*.{h,m}",
20   "public_header_files": [
21     "PrestoData/PrestoData.h",
22     "PrestoData/NSArray+PrestoData.h",
23     "PrestoData/NSMutableDictionary+PrestoData.h"
24   ],
25   "frameworks": "Foundation"