blob: 8b5156df613a0b7bef790ee40af5a31f9d7f2dc8 [file] [log] [blame]
{
"name": "FSClassExtensions",
"version": "1.4.0",
"homepage": "https://github.com/FocalShift/FSClassExtensions",
"summary": "FocalShift Objective-C Class Extensions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bennett Smith": "bennett@focalshift.com"
},
"source": {
"git": "https://github.com/FocalShift/FSClassExtensions.git",
"tag": "1.4.0"
},
"default_subspecs": [
"Shared"
],
"platforms": {
"ios": "6.1"
},
"requires_arc": true,
"subspecs": [
{
"name": "Shared",
"source_files": "Classes/ios/Shared/*.{h,m}"
},
{
"name": "SenTesting",
"frameworks": "SenTestingKit",
"source_files": [
"Classes/ios/SenTestingKit/*.{h,m}",
"Classes/ios/Testing/*.{h,m}"
]
}
]
}