blob: fa311a4c798f3d31f7446bb04ed5edbc20783986 [file] [log] [blame]
{
"name": "FSClassExtensions",
"version": "1.1.1",
"homepage": "https://github.com/FocalShift/FSClassExtensions",
"summary": "FocalShift Objective-C Class Extensions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bennett Smith": "bennett@focalshift.com",
"Terry Tucker": "terry@focalshift.com"
},
"source": {
"git": "https://github.com/FocalShift/FSClassExtensions.git",
"tag": "1.1.1"
},
"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}"
]
}
]
}