blob: 8d44ddfe7458f590205f9f174caa5f61d4a9b92c [file] [log] [blame]
{
"name": "Aftership-iOS-SDK",
"version": "1.1.6",
"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!",
"homepage": "https://github.com/AfterShip/aftership-sdk-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-sdk-ios.git",
"tag": "1.1.4"
},
"prefix_header_contents": "#import \"RestKit.h\"",
"source_files": [
"Classes",
"Aftership-iOS-SDK/**/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"RestKit": [
"~> 0.26.0"
]
}
}