blob: ba367b8345dc28da2558b22b805718dac971d29f [file] [log] [blame]
{
"name": "WTFramework",
"version": "0.1.1",
"summary": "An utility framework used on iOS.",
"description": "It is an utility framework used on iOS, which implement by Objective-C, packages some frequently-used capabilities, such as serialization, local database, file cache, network, signal, ... and more.",
"homepage": "https://github.com/William-Tse/WTFramework",
"license": "MIT",
"authors": {
"William-Tse": "floatingmen@126.com"
},
"social_media_url": "http://William-Tse.com",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/William-Tse/WTFramework.git",
"tag": "0.1.1"
},
"source_files": [
"framework",
"framework/**/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
],
"libraries": "sqlite3",
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/CommonCrypto"
},
"dependencies": {
"AFNetworking": [
"~> 2.6"
],
"FMDB": [
]
}
}