blob: 2082b11262e0c4e473f9f8b2b6e7d9b1a45132a9 [file] [log] [blame]
{
"name": "CIAppKit",
"version": "0.0.7",
"summary": "Collection of useful tools for iOS app development.",
"description": "Collected useful function and format checker which used widely in iOS App development.\nSuch like mobile format check, number check, string check, etc...",
"homepage": "https://github.com/Mobile-CloudInteractive/iOSCodeBase.git",
"license": "MIT",
"authors": {
"Mobile team": "mobile@cloud-interactive.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/Mobile-CloudInteractive/iOSCodeBase.git",
"tag": "0.0.7"
},
"source_files": [
"CIAppKit",
"CIAppKit/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "UIKit",
"requires_arc": true,
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
}
}