blob: 7da3709724c48b5e2e728caccdd081d85472de59 [file] [log] [blame]
{
"name": "FTFoundation",
"version": "1.3.1",
"summary": "Feedtailor's extension to Foundation framework.",
"homepage": "https://github.com/feedtailor/FTFoundation",
"license": "BSD",
"authors": "feedtailor Inc.",
"source": {
"git": "https://github.com/feedtailor/FTFoundation.git",
"tag": "v1.3.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "FTFoundation",
"exclude_files": "FTFoundation/FTCFAutorelease.{h,m}",
"frameworks": [
"MobileCoreServices",
"Security",
"CoreData",
"SystemConfiguration",
"CoreFoundation"
],
"libraries": "z",
"requires_arc": true,
"subspecs": [
{
"name": "FTCFAutorelease",
"requires_arc": false,
"source_files": "FTFoundation/FTCFAutorelease.{h,m}"
}
]
}