blob: a018f39b5e8177209a9e8c104afe74afaffbb53e [file] [log] [blame]
{
"name": "appygram_ios",
"version": "0.1.0",
"summary": "iOS connector library for Appygram written in Swift.",
"description": " iOS connector library for Appygram written in Swift.\n\n Use this library to easily create and send messages to your Appygram account.\n",
"homepage": "https://github.com/GoGoCarl/appygram_ios",
"license": "MIT",
"authors": {
"Carl Scott": "carl.scott@solertium.com"
},
"source": {
"git": "https://github.com/GoGoCarl/appygram_ios.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/GoGoCarl",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"appygram_ios": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"ObjectMapper": [
"~> 0.12"
],
"Alamofire": [
"~> 1.2"
],
"AlamofireObjectMapper": [
"~> 0.2"
]
}
}