blob: b75478d37159b34e82c7d31ce3f5e1c5a7d303d6 [file] [log] [blame]
{
"name": "GoldenFleece",
"version": "1.2.1",
"summary": "On a quest for a better JSON API",
"homepage": "https://github.com/alexnauda/GoldenFleece",
"authors": {
"Alex Nauda": "alex@alexnauda.com"
},
"source": {
"git": "https://github.com/alexnauda/GoldenFleece.git",
"tag": "v1.2.1"
},
"license": "Apache License, Version 2.0",
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"dependencies": {
"AFNetworking": [
"~> 1.3.2"
],
"NSDate+Helper": [
"~> 0.0.1"
],
"ISO8601DateFormatter": [
"~> 0.6"
]
},
"source_files": "GoldenFleece/*.{h,m}"
}