[Add] FCNews 0.1.43
[CocoaPods.git] / Specs / 8 / 2 / 4 / IKJayma / 1.1 / IKJayma.podspec.json
blob19bd431ae94e7de623e6aff314a50db05a16c925
2   "name": "IKJayma",
3   "version": "1.1",
4   "source": {
5     "git": "git@github.com:inaka/IKJayma.git",
6     "tag": "1.1"
7   },
8   "social_media_url": "https://twitter.com/inaka",
9   "authors": {
10     "Andres Gerace": "andres.gerace@inakanetworks.com"
11   },
12   "homepage": "https://github.com/inaka",
13   "license": {
14     "type": "BSD"
15   },
16   "requires_arc": true,
17   "source_files": "IKJayma/IKJayma/*.{h,m}",
18   "platforms": {
19     "ios": "7.0"
20   },
21   "dependencies": {
22     "AFNetworking": [
24     ]
25   },
26   "summary": "IKJayma is a RESTful API abstraction for Server Interconnection.",
27   "description": "IKJayma was developed to ease the way we connect with the server. This will provide an easy way to create, update, delete and get entities from a server in a few lines of code."