[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / d / 5 / 3 / PrestoData / 0.2.3 / PrestoData.podspec.json
blob088d826954d2aebeaceb5c183c181e85c06879c9
2   "name": "PrestoData",
3   "version": "0.2.3",
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.3"
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"