[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / b / 3 / PhyreKit / 0.2.2 / PhyreKit.podspec.json
bloba1a57f59a4cd0ffaa628d38c32c3f1c947e90142
2   "name": "PhyreKit",
3   "version": "0.2.2",
4   "summary": "Common utilities for Phyre Inc.",
5   "homepage": "http://rallyapp.io",
6   "license": "MIT",
7   "authors": {
8     "Matt Ricketson": "matt@phyreup.com"
9   },
10   "source": {
11     "git": "https://github.com/phyre-inc/PhyreKit.git",
12     "tag": "0.2.2"
13   },
14   "social_media_url": "https://twitter.com/phyreup",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Classes/*.{h,m}",
20   "subspecs": [
21     {
22       "name": "Foundation",
23       "source_files": "Classes/Foundation/*.{h,m}",
24       "requires_arc": true
25     },
26     {
27       "name": "UIKit",
28       "source_files": "Classes/UIKit/*.{h,m}",
29       "requires_arc": true,
30       "dependencies": {
31         "PhyreKit/Foundation": [
33         ]
34       }
35     },
36     {
37       "name": "CoreLocation",
38       "source_files": "Classes/CoreLocation/*.{h,m}",
39       "requires_arc": true,
40       "frameworks": "CoreLocation"
41     },
42     {
43       "name": "Vendor",
44       "source_files": "Classes/Vendor/*.{h,m}",
45       "requires_arc": true
46     }
47   ]