[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / a / b / f / appygram_ios / 0.1.0 / appygram_ios.podspec.json
bloba018f39b5e8177209a9e8c104afe74afaffbb53e
2   "name": "appygram_ios",
3   "version": "0.1.0",
4   "summary": "iOS connector library for Appygram written in Swift.",
5   "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",
6   "homepage": "https://github.com/GoGoCarl/appygram_ios",
7   "license": "MIT",
8   "authors": {
9     "Carl Scott": "carl.scott@solertium.com"
10   },
11   "source": {
12     "git": "https://github.com/GoGoCarl/appygram_ios.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/GoGoCarl",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "appygram_ios": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "dependencies": {
27     "ObjectMapper": [
28       "~> 0.12"
29     ],
30     "Alamofire": [
31       "~> 1.2"
32     ],
33     "AlamofireObjectMapper": [
34       "~> 0.2"
35     ]
36   }