[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / 7 / e / d / FFCStorage / 0.1.0 / FFCStorage.podspec.json
blob356bea1f7ead6d53d2de391c57bc088655c88f26
2   "name": "FFCStorage",
3   "version": "0.1.0",
4   "summary": "Auth and Network handling so you can store models in a RESTful API",
5   "description": "                   Auth and Network handling so you can store models in a RESTful API.\n",
6   "homepage": "https://github.com/fcanas/FFCStorage",
7   "license": "MIT",
8   "authors": {
9     "Fabian Canas": "fcanas@gmail.com"
10   },
11   "social_media_url": "http://twitter.com/fcanas",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/fcanas/FFCStorage.git",
17     "tag": "v0.1.0"
18   },
19   "source_files": [
20     "FFCStorage",
21     "FFCStorage/**/*.{h,m}"
22   ],
23   "dependencies": {
24     "SafeCast": [
25       "~> 1.1.1"
26     ],
27     "FXKeychain": [
28       "~> 1.5.2"
29     ]
30   }