[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / c / 1 / 6 / RealFakes / 0.0.4 / RealFakes.podspec.json
blob24833b14c48ba550118efbd37bedb39698113f17
2   "name": "RealFakes",
3   "version": "0.0.4",
4   "summary": "A Repo that contains \"Real Fake\" objects that can be used for testing iOS applications.",
5   "homepage": "https://github.com/rbaumbach/RealFakes",
6   "license": {
7     "type": "MIT",
8     "file": "MIT-LICENSE.txt"
9   },
10   "authors": {
11     "Ryan Baumbach": "rbaumbach.github@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/rbaumbach/RealFakes.git",
15     "tag": "0.0.4"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "RealFakes/Source/*.{h,m}",
22   "dependencies": {
23     "AFNetworking": [
24       "~> 2.0"
25     ],
26     "SimpleOAuth2": [
27       "~> 0.0.3"
28     ]
29   }