[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / e / 7 / d / DynamicImagePlacer / 0.0.1 / DynamicImagePlacer.podspec.json
blobbd8b381724c96d43840122f2848b0591b32a3dbc
2   "name": "DynamicImagePlacer",
3   "version": "0.0.1",
4   "summary": "a Library for iOS developer and designer for simply replace the image files in resource bundle without rebuild the app.",
5   "homepage": "https://github.com/Angelbear/DynamicImagePlacer",
6   "screenshots": [
7     "https://raw.github.com/Angelbear/DynamicImagePlacer/master/ScreenShots/Simulator1.png",
8     "https://raw.github.com/Angelbear/DynamicImagePlacer/master/ScreenShots/Simulator2.png",
9     "https://raw.github.com/Angelbear/DynamicImagePlacer/master/ScreenShots/Simulator3.png",
10     "https://raw.github.com/Angelbear/DynamicImagePlacer/master/ScreenShots/WebSite1.png",
11     "https://raw.github.com/Angelbear/DynamicImagePlacer/master/ScreenShots/WebSite3.png"
12   ],
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "authors": {
18     "Yangyang Zhao": "yangyang.zhao.thu@gmail.com"
19   },
20   "platforms": {
21     "ios": "5.0"
22   },
23   "source": {
24     "git": "https://github.com/Angelbear/DynamicImagePlacer.git",
25     "tag": "0.0.1"
26   },
27   "source_files": [
28     "Source",
29     "Source/*.{h,m}"
30   ],
31   "public_header_files": "Source/DynamicImagePlacer.h",
32   "resources": "Resource/DynamicImagePlacer.bundle",
33   "frameworks": [
34     "CFNetwork",
35     "MobileCoreServices",
36     "Security"
37   ],
38   "requires_arc": true,
39   "xcconfig": {
40     "OTHER_LDFLAGS": "-lObjC"
41   },
42   "dependencies": {
43     "RoutingHTTPServer": [
44       "~> 1.0.0"
45     ],
46     "CCTemplate": [
47       "~> 0.2.0"
48     ],
49     "Base64": [
50       "~> 1.0.1"
51     ]
52   }