blob: 71514bbbb3e476949d7bda1856ce25b403df9287 [file] [log] [blame]
{
"name": "IterableSDK",
"version": "0.1.1",
"summary": "Iterable's official SDK for iOS",
"description": "Wrapper for Iterable's API with some additional utility functions for iOS\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://iterable.com/",
"license": "MIT",
"authors": {
"Ilya Brin": "ilya@iterable.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/Iterable/iterable-ios-sdk.git",
"tag": "0.1.1"
},
"source_files": "Iterable-iOS-SDK/*.{h,m}",
"dependencies": {
"JSONModel": [
"~> 1.1.0"
]
},
"deprecated_in_favor_of": "Iterable-iOS-SDK"
}