blob: 8dc8a370b24f14bd6782099fcff1b24435e4b656 [file] [log] [blame]
{
"name": "AIComponmentKit",
"version": "0.3.0",
"summary": "AIComponmentKit 是一个组件工具集合.包括URL ,JSON,XML,通讯录,单位转换,FILE,默认值",
"homepage": "http://git.oschina.net/aicmciisc/AIComponmentKit",
"license": "Apache License, Version 2.0",
"authors": {
"zhaoliang": "zhaol2014@foxmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "http://git.oschina.net/aicmciisc/AIComponmentKit.git",
"tag": "0.3.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "AIParser",
"subspecs": [
{
"name": "AIJSON",
"source_files": "AIComponmentKit/AIParser/JSON/*.{h,m}",
"public_header_files": "AIComponmentKit/AIParser/JSON/*.h"
},
{
"name": "AIXML",
"source_files": "AIComponmentKit/AIParser/XML/*.{h,m}",
"public_header_files": "AIComponmentKit/AIParser/XML/*.h",
"dependencies": {
"XMLDictionary": [
]
}
}
]
},
{
"name": "AppOpen",
"source_files": "AIComponmentKit/AppOpen/*.{h,m}",
"public_header_files": "AIComponmentKit/AppOpen/*.h"
},
{
"name": "Date",
"source_files": "AIComponmentKit/Date/*.{h,m}",
"public_header_files": "AIComponmentKit/Date/*.h"
},
{
"name": "FileCache",
"source_files": "AIComponmentKit/FileCache/*.{h,m}",
"public_header_files": "AIComponmentKit/FileCache/*.h"
},
{
"name": "OpenContacts",
"source_files": "AIComponmentKit/OpenContacts/*.{h,m}",
"public_header_files": "AIComponmentKit/OpenContacts/*.h",
"frameworks": [
"AddressBookUI",
"Contacts"
],
"dependencies": {
"ZFFoundation/ObecjtDefaultValue": [
]
}
},
{
"name": "UnitConversion",
"source_files": "AIComponmentKit/UnitConversion/*.{h,m}",
"public_header_files": "AIComponmentKit/UnitConversion/*.h"
},
{
"name": "URL",
"source_files": "AIComponmentKit/URL/*.{h,m}",
"public_header_files": "AIComponmentKit/URL/*.h"
}
]
}