blob: 282b7ae13095442655385428796d0707eb3ee8da [file] [log] [blame]
{
"name": "Aftership-iOS-SDK",
"version": "1.0.0",
"summary": "The iOS SDK of AfterShip API",
"description": " A longer description of aftership-ios in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "https://github.com/AfterShip/aftership-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Feiko Lai@AfterShip Ltd.": "dg3feiko@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/AfterShip/aftership-ios.git",
"tag": "1.0.0"
},
"prefix_header_contents": "#import \"RestKit.h\"",
"source_files": [
"Classes",
"Aftership-iOS-SDK/**/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"RestKit": [
"~> 0.20.0"
]
}
}