blob: 088d826954d2aebeaceb5c183c181e85c06879c9 [file] [log] [blame]
{
"name": "PrestoData",
"version": "0.2.3",
"summary": "A utility for parsing, searching and modifying JSON and XML data",
"homepage": "https://github.com/daniel-hall/PrestoData",
"license": "MIT",
"authors": {
"Dan Hall": "dan@danhall.io"
},
"source": {
"git": "https://github.com/daniel-hall/PrestoData.git",
"tag": "0.2.3"
},
"social_media_url": "https://twitter.com/_danielhall",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "PrestoData/*.{h,m}",
"public_header_files": [
"PrestoData/PrestoData.h",
"PrestoData/NSArray+PrestoData.h",
"PrestoData/NSMutableDictionary+PrestoData.h"
],
"frameworks": "Foundation"
}