blob: 9af94177646d59d9f77a28212c8c29e7dcfa5fa8 [file] [log] [blame]
{
"name": "MGTimelineManager",
"version": "0.0.1",
"summary": "Easy to use twitter timeline manager & parser - Uses async twitter api fetches - see demo for capabilities/example useage.",
"homepage": "https://github.com/mglagola/MGTimelineManager",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Mark Glagola": "mark.glagola@gmail.com"
},
"source": {
"git": "https://github.com/mglagola/MGTimelineManager.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"MGTimelineManager/Categories/*",
"MGTimelineManager/*"
],
"exclude_files": "MGTimelineManager/Vendor",
"frameworks": "SystemConfiguration",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"1.2.1"
],
"Reachability": [
"3.1.0"
],
"SBJson": [
"3.2"
]
}
}