blob: 020a96d69639f12034f6d0d2ee84a325bf6cc2e6 [file] [log] [blame]
{
"name": "FTFoundation",
"version": "2.2.0",
"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": "v2.2.0"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source_files": "FTFoundation",
"exclude_files": "FTFoundation/FTCFAutorelease.{h,m}",
"ios": {
"frameworks": [
"MobileCoreServices",
"Security",
"CoreData",
"SystemConfiguration",
"CoreFoundation"
]
},
"osx": {
"frameworks": [
"Security",
"CoreData",
"SystemConfiguration",
"CoreFoundation"
]
},
"libraries": "z",
"requires_arc": true,
"subspecs": [
{
"name": "FTCFAutorelease",
"requires_arc": false,
"source_files": "FTFoundation/FTCFAutorelease.{h,m}"
}
]
}