blob: 04129c1b330bb454ae2792bc7fc6b16dcf998ce9 [file] [log] [blame]
{
"name": "ArchyKit",
"version": "0.3.2",
"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.3.2"
},
"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": [
]
}
},
{
"name": "Category",
"source_files": "Pod/Classes/Category/**/*",
"public_header_files": "Pod/Classes/Category/**/*.h",
"dependencies": {
"ArchyKit/Foundation": [
]
}
}
]
}