blob: 81d1890f05c739074b789d5e978246ec2f6d5c89 [file] [log] [blame]
{
"name": "FoodTrackerPod",
"version": "0.1.0",
"summary": "My very first cocoa pod trial.",
"description": "-- My very first cocoa pod trial.",
"homepage": "https://github.com/InfinityCode777/FoodTrackerPod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"InfinityCode777": "jing@figur8.me"
},
"source": {
"git": "https://github.com/InfinityCode777/FoodTrackerPod.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"source_files": "FoodTrackerPod/Classes/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}