[Add] GizoSDK 2.0.2-alpha.07
[CocoaPods.git] / Specs / 4 / 2 / 9 / Tourbillon / 1.0.18 / Tourbillon.podspec.json
blob34c9a74a2d672eefe750210e71d728d01b2b4ccf
2   "name": "Tourbillon",
3   "version": "1.0.18",
4   "summary": "Code foundation for Objective-C.",
5   "description": "Code foundation for Objective-C. Both for OSX and iOS.",
6   "homepage": "https://github.com/seraphcxl/Tourbillon",
7   "license": "MIT",
8   "authors": {
9     "seraphcxl": "seraph.cxl@gmail.com"
10   },
11   "social_media_url": "http://twitter.com/seraphcxl",
12   "platforms": {
13     "ios": "7.0",
14     "osx": "10.9"
15   },
16   "source": {
17     "git": "https://github.com/seraphcxl/Tourbillon.git",
18     "tag": "1.0.18"
19   },
20   "source_files": "Tourbillon/**/*.{h,m}",
21   "public_header_files": "Tourbillon/**/*.h",
22   "ios": {
23     "source_files": "Tourbillon-iOS/**/*.{h,m}",
24     "public_header_files": "Tourbillon-iOS/**/*.h",
25     "frameworks": "MobileCoreServices"
26   },
27   "osx": {
28     "source_files": "Tourbillon-OSX/**/*.{h,m}",
29     "public_header_files": "Tourbillon-OSX/**/*.h"
30   },
31   "libraries": "z",
32   "requires_arc": true,
33   "dependencies": {
34     "BlocksKit": [
35       "~> 2.2.5"
36     ],
37     "libextobjc": [
38       "~> 0.4.1"
39     ],
40     "FXNotifications": [
41       "~> 1.1"
42     ],
43     "KVOController": [
44       "~> 1.0.0"
45     ]
46   }