blob: 8ac1e621f2005bdf1c271ddca7f49af1fd48befa [file] [log] [blame]
{
"name": "S2AppKit",
"version": "2.0.7",
"summary": "S2AppKit is a SDK extension. wrapping library.",
"description": "S2AppKit is a application framework. if use then very very happpy!\n",
"homepage": "http://github.com/straightspirits/S2AppKit-ios",
"source": {
"git": "https://github.com/straightspirits/S2AppKit-ios.git",
"tag": "v2.0.7"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Fumio Furukawa": "fumio@straight-spirits.com"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": [
"{Application,Foundation,Networking,Services,Text,UICase,UIKit,ZipArchive}/*.{h,m}",
"ZipArchive/minizip/*.{h,c}"
],
"libraries": "z",
"dependencies": {
"SVProgressHUD": [
"~> 1.0"
],
"MBProgressHUD": [
"~> 0.8"
]
}
},
{
"name": "iAd",
"dependencies": {
"S2AppKit/Core": [
]
},
"source_files": "iAd/*.{h,m}",
"frameworks": "iAd"
},
{
"name": "Networking",
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
}
}
]
}