blob: 76d118f3ec07adaed1fdfdea8d0921515439efa7 [file] [log] [blame]
{
"name": "AppDevKit",
"version": "1.0.0",
"summary": "The collection of open develop utilities for iOS development team. It contains foundationl and useful features that Apple didn't provide.",
"homepage": "https://github.com/yahoo/AppDevKit",
"license": "Yahoo! Inc. BSD license",
"authors": {
"anistar sung": "cfsung@yahoo-inc.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/yahoo/AppDevKit.git",
"tag": "1.0.0"
},
"source_files": "AppDevPods/AppDevKit.h",
"public_header_files": "AppDevPods/AppDevKit.h",
"requires_arc": true,
"subspecs": [
{
"name": "AppDevCommonKit",
"source_files": [
"AppDevPods/AppDevCommonKit/**/*",
"AppDevPods/AppDevCommonKit.h"
],
"public_header_files": [
"AppDevPods/AppDevCommonKit/**/*.h",
"AppDevPods/AppDevCommonKit.h"
]
},
{
"name": "AppDevUIKit",
"source_files": [
"AppDevPods/AppDevUIKit/**/*",
"AppDevPods/AppDevUIKit.h"
],
"public_header_files": [
"AppDevPods/AppDevUIKit/**/*.h",
"AppDevPods/AppDevUIKit.h"
],
"dependencies": {
"AppDevKit/AppDevCommonKit": [
]
}
},
{
"name": "AppDevAnimateKit",
"source_files": [
"AppDevPods/AppDevAnimateKit/**/*",
"AppDevPods/AppDevAnimateKit.h"
],
"public_header_files": [
"AppDevPods/AppDevAnimateKit/**/*.h",
"AppDevPods/AppDevAnimateKit.h"
]
},
{
"name": "AppDevImageKit",
"source_files": [
"AppDevPods/AppDevImageKit/**/*",
"AppDevPods/AppDevImageKit.h"
],
"public_header_files": [
"AppDevPods/AppDevImageKit/**/*.h",
"AppDevPods/AppDevImageKit.h"
],
"dependencies": {
"AppDevKit/AppDevCommonKit": [
]
}
},
{
"name": "AppDevListViewKit",
"source_files": [
"AppDevPods/AppDevListViewKit/**/*",
"AppDevPods/AppDevListViewKit.h"
],
"public_header_files": [
"AppDevPods/AppDevListViewKit/**/*.h",
"AppDevPods/AppDevListViewKit.h"
],
"dependencies": {
"AppDevKit/AppDevCommonKit": [
],
"AppDevKit/AppDevUIKit": [
]
}
}
]
}