[Add] NHValidationKit 1.0.2
[CocoaPods.git] / Specs / 4 / 2 / 9 / Tourbillon / 0.9.1 / Tourbillon.podspec.json
blobf5f818930324448e152edaa0d8e972e858249e36
2   "name": "Tourbillon",
3   "version": "0.9.1",
4   "summary": "Code foundation for Objective-C.",
5   "description": "                   Code foundation for Objective-C. Both for OSX and iOS.\n",
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": "5.0",
14     "osx": "10.7"
15   },
16   "source": {
17     "git": "https://github.com/seraphcxl/Tourbillon.git",
18     "tag": "0.9.1"
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