[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 8 / 2 / 7 / NativeCSS / 1.1.3 / NativeCSS.podspec.json
blobfdc6773fd1fff7dde487fa9c5b9a3d7cba571b4b
2   "name": "NativeCSS",
3   "version": "1.1.3",
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   "requires_arc": false,
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source": {
18     "git": "https://github.com/nativecss/NativeCSS.framework.git",
19     "tag": "1.1.3"
20   },
21   "source_files": "NativeCSS/*.h",
22   "preserve_paths": "NativeCSS/*.a",
23   "libraries": "nativeCSS",
24   "xcconfig": {
25     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/NativeCSS/NativeCSS\"",
26     "OTHER_LDFLAGS": "-lObjC"
27   },
28   "frameworks": [
29     "CoreText",
30     "QuartzCore",
31     "UIKit",
32     "CoreGraphics",
33     "CoreImage",
34     "Accelerate"
35   ]