blob: 3f68b4a3db534282a902ccab2a8a3846611841ce [file] [log] [blame]
{
"name": "QuickAdder",
"version": "0.0.1",
"summary": "QuickAdder SDK",
"description": "Help developer to create a UIAlertController with UITextField to create a NSDictionary for add item into UITableView UICollectionView.",
"homepage": "https://github.com/Phantom2000X/QuickAdder",
"license": "MIT",
"authors": {
"PhantomX": "290570881zs@live.cn"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/Phantom2000X/QuickAdder.git",
"tag": "0.0.1"
},
"source_files": [
"QuickAdder",
"Classes/*.{h,m}"
],
"public_header_files": "Classes/*.h"
}