blob: 8ab34b28787318b6833a4a500c9369634757c94f [file] [log] [blame]
{
"name": "EXFramework",
"version": "0.1.7",
"summary": "iOS base framework so that develop you can quickly",
"description": "include common use function ,such as extend control, networking, customer control...",
"homepage": "https://github.com/zhanghua0926/EXFramework",
"license": "MIT",
"authors": {
"翾燚": "zh19920926@live.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/zhanghua0926/EXFramework.git",
"tag": "0.1.7"
},
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
]
},
"subspecs": [
{
"name": "EXCalendar",
"source_files": "EXFramework/EXFramework/EXCalendar/*.{h,m}"
},
{
"name": "EXDefine",
"source_files": "EXFramework/EXFramework/EXDefine/*.{h,m}"
},
{
"name": "EXNavigation",
"source_files": "EXFramework/EXFramework/EXNavigation/*.{h,m}",
"dependencies": {
"EXFramework/EXDefine": [
],
"EXFramework/EXUIKit": [
]
}
},
{
"name": "EXNetworking",
"source_files": "EXFramework/EXFramework/EXNetworking/*.{h,m}",
"dependencies": {
"EXFramework/EXDefine": [
]
}
},
{
"name": "EXObject",
"source_files": "EXFramework/EXFramework/EXObject/*.{h,m}"
},
{
"name": "EXUIKit",
"source_files": "EXFramework/EXFramework/EXUIKit/*.{h,m}",
"dependencies": {
"EXFramework/EXDefine": [
]
}
},
{
"name": "EXStorage",
"source_files": "EXFramework/EXFramework/EXStorage/*.{h,m}"
}
]
}