[Add] GluedInCoreSDK 2.5.1
[CocoaPods.git] / Specs / 1 / 9 / 0 / RadicalConvention / 0.1.0 / RadicalConvention.podspec.json
blob8461804743995e72239b09d7a3d8af21d03d2c43
2   "name": "RadicalConvention",
3   "version": "0.1.0",
4   "summary": "Test convention. For personal use only.",
5   "description": "For now it only consist of : \n- RCManager, include sharedManager, UIApplicationDelegate, add & remove delegate so you dont have to write it all over in every manager\n- RCAppDelegate, throws all UIApplicationDelegate work to RCManagers\n- UIViewController additional methods",
6   "homepage": "https://github.com/bungferdly/RadicalConvention",
7   "license": "MIT",
8   "authors": {
9     "Ferdly Sethio": "bungferdly@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/bungferdly/RadicalConvention.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "RadicalConvention": [
22       "Pod/Assets/*.png"
23     ]
24   }