blob: 8461804743995e72239b09d7a3d8af21d03d2c43 [file] [log] [blame]
{
"name": "RadicalConvention",
"version": "0.1.0",
"summary": "Test convention. For personal use only.",
"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",
"homepage": "https://github.com/bungferdly/RadicalConvention",
"license": "MIT",
"authors": {
"Ferdly Sethio": "bungferdly@gmail.com"
},
"source": {
"git": "https://github.com/bungferdly/RadicalConvention.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"RadicalConvention": [
"Pod/Assets/*.png"
]
}
}