blob: 60b372694acb68bfae6fb9c67a08add932d5e038 [file] [log] [blame]
{
"name": "AesUtils",
"version": "0.3.1",
"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.3.1"
},
"social_media_url": "https://twitter.com/archmagees",
"platforms": {
"ios": null
},
"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": "HUD",
"source_files": "Pod/Classes/HUD/**/*",
"public_header_files": "Pod/Classes/HUD/**/*.h",
"dependencies": {
"MBProgressHUD": [
],
"AesUtils/Utils": [
]
}
}
]
}