[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 8 / 2 / 7 / NativeCSS / 1.0.6 / NativeCSS.podspec.json
blob9fd2b1bd9ee9ea393ef18a227f7cb96ff1bfe324
2   "name": "NativeCSS",
3   "version": "1.0.6",
4   "summary": "Simplify your mobile development by styling native apps in CSS.",
5   "homepage": "http://nativecss.com",
6   "license": {
7     "type": "Commercial",
8     "text": "               Copyright (C) 2013 Make Apps Better LTD. All Rights Reserved.\n               http://nativecss.com\n"
9   },
10   "authors": {
11     "nativeCSS": "support@nativecss.com"
12   },
13   "platforms": {
14     "ios": "5.0"
15   },
16   "source": {
17     "git": "https://github.com/nativecss/NativeCSS.framework.git",
18     "tag": "1.0.6"
19   },
20   "source_files": "NativeCSS/*.h",
21   "preserve_paths": "NativeCSS/*.a",
22   "libraries": "nativeCSS",
23   "xcconfig": {
24     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/NativeCSS/NativeCSS\"",
25     "OTHER_LDFLAGS": "-lObjC"
26   },
27   "frameworks": [
28     "CoreText",
29     "QuartzCore",
30     "UIKit",
31     "CoreGraphics",
32     "CoreImage",
33     "Accelerate"
34   ],
35   "requires_arc": false