[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 4 / c / FireData / 0.9.1 / FireData.podspec.json
blob9ecc256f4a785576dbf453547824e19303761a11
2   "name": "FireData",
3   "version": "0.9.1",
4   "summary": "Seamlessly integrate Firebase with Core Data.",
5   "homepage": "http://github.com/overcommitted/FireData",
6   "license": "MIT ",
7   "authors": {
8     "Jonathan Younger": "jonathan@daikini.com"
9   },
10   "source": {
11     "git": "https://github.com/overcommitted/FireData.git",
12     "tag": "0.9.1"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source_files": "FireData",
18   "public_header_files": "FireData/FireData.h",
19   "frameworks": [
20     "CoreData",
21     "Firebase"
22   ],
23   "requires_arc": true,
24   "dependencies": {
25     "Firebase": [
26       "~> 1.0"
27     ],
28     "ISO8601DateFormatter": [
29       "~> 0.6"
30     ]
31   }