blob: 997a9ce57b0840dfb1871a595529d1f519b8e989 [file] [log] [blame]
{
"name": "TypedJSON",
"version": "1.1.0",
"summary": "A type-safe way to access value in Objective-C JSON dictionary.",
"description": "A type-safe way to access value in Objective-c JSON dictionary.",
"homepage": "https://github.com/tonyzp/TypedJSON",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tp": "pzhang0414@gmail.com"
},
"source": {
"git": "https://github.com/tonyzp/TypedJSON.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TypedJSON/Classes/**/*.{h,m}",
"public_header_files": "TypedJSON/Classes/**/*.h",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "TypedJSON/Tests/**/*.{h,m}",
"dependencies": {
"Kiwi": [
]
}
}
]
}