| { | |
| "name": "Parsely", | |
| "version": "2.2", | |
| "license": "Apache License, Version 2.0", | |
| "summary": "Parsely analytics library for iOS.", | |
| "homepage": "https://www.parsely.com/docs/tools/mobile_sdk.html", | |
| "authors": { | |
| "Parsely": "https://parsely.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/Parsely/parsely-ios.git", | |
| "tag": "2.2" | |
| }, | |
| "source_files": [ | |
| "ParselyiOS/*.{h,m}", | |
| "ParselyiOS/libs/*.{h,m}" | |
| ], | |
| "frameworks": [ | |
| "SystemConfiguration", | |
| "Foundation" | |
| ], | |
| "platforms": { | |
| "ios": "7.0" | |
| } | |
| } |