blob: 73185ddabe7e2cb8206d911983f58ec54ac0203b [file] [log] [blame]
{
"name": "CIAppKit",
"version": "0.0.3",
"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.3"
},
"source_files": [
"CIAppKit",
"CIAppKit/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"UIKit",
"XCTest"
]
}