blob: 702f9452a94b5f80769ac007bf0bd4c2eebd3225 [file] [log] [blame]
{
"name": "SCFramework",
"version": "1.1.2",
"license": "MIT",
"summary": "SCFramework.",
"homepage": "https://github.com/kangchuh/SCFramework",
"authors": {
"Angzn": "gangshuai08@gmail.com"
},
"social_media_url": "http://twitter.com/KangChuh",
"source": {
"git": "https://github.com/kangchuh/SCFramework.git",
"tag": "1.1.2"
},
"description": "SCFramework.",
"source_files": "SCFramework/SCFramework/SCFramework/**/*.{h,m}",
"public_header_files": "SCFramework/SCFramework/SCFramework/**/*.h",
"resources": "SCFramework/SCFramework/SCFramework/**/*.{lproj}",
"dependencies": {
"FMDB": [
"~> 2.7.0"
]
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"libraries": "z",
"ios": {
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics",
"CoreLocation",
"CoreData",
"AssetsLibrary",
"AVFoundation"
]
}
}