blob: 78fb4fd5fc02f17075bc9a6b06761c4437e700c9 [file] [log] [blame]
{
"name": "AesUtils",
"version": "0.5.0",
"summary": "A common utils library for iOS.",
"description": "A common utils library for developing in iOS.",
"homepage": "https://github.com/archmagees/AesUtils",
"license": "MIT",
"authors": {
"Arthur Qiu": "archmagees@gmail.com"
},
"source": {
"git": "https://github.com/archmagees/AesUtils.git",
"tag": "0.5.0"
},
"social_media_url": "https://twitter.com/archmagees",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"deprecated": true,
"subspecs": [
{
"name": "Utils",
"source_files": "Pod/Classes/Utils/**/*",
"public_header_files": "Pod/Classes/Utils/**/*.h",
"dependencies": {
"CocoaLumberjack": [
]
}
},
{
"name": "DrawerController",
"source_files": "Pod/Classes/DrawerController/**/*",
"public_header_files": "Pod/Classes/DrawerController/**/*.h",
"dependencies": {
"REFrostedViewController": [
],
"AesUtils/Utils": [
]
}
},
{
"name": "HUD",
"source_files": "Pod/Classes/HUD/**/*",
"public_header_files": "Pod/Classes/HUD/**/*.h",
"dependencies": {
"MBProgressHUD": [
],
"AesUtils/Utils": [
]
}
},
{
"name": "Carousel",
"source_files": "Pod/Classes/Carousel/**/*",
"public_header_files": "Pod/Classes/Carousel/**/*.h",
"dependencies": {
"iCarousel": [
],
"AesUtils/Utils": [
]
}
}
]
}