blob: 96b84f59e96a3c80519b6e2f63432a2a64f53d71 [file] [log] [blame]
{
"name": "FSCodeTemplate",
"version": "0.1.0",
"summary": "Test code template. For personal use only.",
"description": "For now it only consist of : \n- FSManager, include sharedManager, UIApplicationDelegate, add & remove delegate so you dont have to write it all over in every manager\n- FSAppDelegate, throws all UIApplicationDelegate work to RCManagers\n- UIViewController additional methods\n- FSAPIRequestManager, do RESTful a clean way. It has built in retrying, caching, parsing JSON to MTLModel, and error handling so you dont have to write it all over again in every places",
"homepage": "https://github.com/bungferdly/FSCodeTemplate",
"license": "MIT",
"authors": {
"Ferdly Sethio": "bungferdly@gmail.com"
},
"source": {
"git": "https://github.com/bungferdly/FSCodeTemplate.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"FSCodeTemplate": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"AFNetworking": [
],
"SVProgressHUD": [
],
"Mantle": [
],
"NSURL+QueryDictionary": [
],
"FXKeychain": [
],
"TMCache": [
]
}
}