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",
9 "seraphcxl": "seraph.cxl@gmail.com"
11 "social_media_url": "http://twitter.com/seraphcxl",
17 "git": "https://github.com/seraphcxl/Tourbillon.git",
20 "source_files": "Tourbillon/**/*.{h,m}",
21 "public_header_files": "Tourbillon/**/*.h",
23 "source_files": "Tourbillon-iOS/**/*.{h,m}",
24 "public_header_files": "Tourbillon-iOS/**/*.h",
25 "frameworks": "MobileCoreServices"
28 "source_files": "Tourbillon-OSX/**/*.{h,m}",
29 "public_header_files": "Tourbillon-OSX/**/*.h"