[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / 2 / 7 / 0 / SinpleKit / 0.2.1 / SinpleKit.podspec.json
blob676c114b07b055937f979e24e6c07105b801339a
2   "name": "SinpleKit",
3   "version": "0.2.1",
4   "summary": "SinpleKit, the Sinplicity's Kit",
5   "description": "SinpleKit is a bunch of tools used in all Sinplicity's projects.",
6   "homepage": "https://github.com/Onejjy/sinplekit",
7   "license": "MIT",
8   "authors": {
9     "Julien Quéré": "julien@sinplicity.fr"
10   },
11   "source": {
12     "git": "https://github.com/Onejjy/sinplekit.git",
13     "tag": "0.2.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "sinplekit": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": [
26     "UIKit",
27     "CoreGraphics"
28   ],
29   "prefix_header_contents": "#import \"Sinplekit.h\""