blob: bc3a7965c52736ee9014e930b61804096f27d448 [file] [log] [blame]
{
"name": "ArchyKit",
"version": "0.5.1",
"summary": "A basic kit for iOS developer.",
"description": "This is a basic kit for iOS developer.",
"homepage": "https://github.com/archmagees/ArchyKit",
"license": "MIT",
"authors": {
"Arthur Qiu": "archmagees@gmail.com"
},
"source": {
"git": "https://github.com/archmagees/ArchyKit.git",
"tag": "0.5.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"deprecated_in_favor_of": "ACYKit",
"subspecs": [
{
"name": "Foundation",
"source_files": "Pod/Classes/Foundation/**/*",
"public_header_files": "Pod/Classes/Foundation/**/*.h",
"dependencies": {
"CocoaLumberjack": [
],
"OpenUDID": [
]
}
},
{
"name": "Category",
"source_files": "Pod/Classes/Category/**/*",
"public_header_files": "Pod/Classes/Category/**/*.h",
"dependencies": {
"ArchyKit/Foundation": [
]
}
},
{
"name": "UIKit",
"source_files": "Pod/Classes/UIKit/**/*",
"public_header_files": "Pod/Classes/UIKit/**/*.h",
"dependencies": {
"ArchyKit/Foundation": [
],
"ArchyKit/Category": [
],
"Masonry": [
]
}
},
{
"name": "AdsPlayerView",
"source_files": "Pod/Classes/AdsPlayerView/**/*",
"public_header_files": "Pod/Classes/AdsPlayerView/**/*.h",
"dependencies": {
"ArchyKit/Foundation": [
],
"PINRemoteImage": [
],
"FLAnimatedImage": [
]
}
}
]
}